home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TBROWSEFTPFRAME / TBROWSEFTPFRAME.txt
Text File  |  2008-11-03  |  4KB  |  194 lines

  1. inherited BrowseFTPFrame: TBrowseFTPFrame
  2.   Width = 364
  3.   Height = 420
  4.   Caption = 'FTP Site'
  5.   object LeftBevel: TUiBevel
  6.     Left = 0
  7.     Top = 217
  8.     Width = 8
  9.     Height = 195
  10.     Align = alLeft
  11.     Shape = bsSpacer
  12.   end
  13.   object RightBevel: TUiBevel
  14.     Left = 356
  15.     Top = 217
  16.     Width = 8
  17.     Height = 195
  18.     Align = alRight
  19.     Shape = bsSpacer
  20.   end
  21.   object BottomBevel: TUiBevel
  22.     Left = 0
  23.     Top = 412
  24.     Width = 364
  25.     Height = 8
  26.     Align = alBottom
  27.     Shape = bsSpacer
  28.   end
  29.   object TopPanel: TUiPanel
  30.     Left = 0
  31.     Top = 0
  32.     Width = 364
  33.     Height = 217
  34.     Align = alTop
  35.     BevelOuter = bvNone
  36.     TabOrder = 0
  37.     object ProtocolLbl: TUiLabel
  38.       Left = 104
  39.       Top = 8
  40.       Height = 13
  41.       Caption = '&Protocol:'
  42.       FocusControl = ProtocolEdit
  43.     end
  44.     object PortLbl: TUiLabel
  45.       Left = 288
  46.       Top = 8
  47.       Height = 13
  48.       Caption = 'P&ort:'
  49.       FocusControl = PortEdit
  50.     end
  51.     object HostLbl: TUiLabel
  52.       Left = 8
  53.       Top = 48
  54.       Height = 13
  55.       Caption = '&Host:'
  56.       FocusControl = HostEdit
  57.     end
  58.     object UsernameLbl: TUiLabel
  59.       Left = 8
  60.       Top = 112
  61.       Height = 13
  62.       Caption = '&Username:'
  63.       FocusControl = UsernameEdit
  64.     end
  65.     object PasswordLbl: TUiLabel
  66.       Left = 176
  67.       Top = 112
  68.       Height = 13
  69.       Caption = '&Password:'
  70.       FocusControl = PasswordEdit
  71.     end
  72.     object PathLbl: TUiLabel
  73.       Left = 8
  74.       Top = 168
  75.       Height = 13
  76.       Caption = '&Initial remote folder:'
  77.       FocusControl = PathEdit
  78.     end
  79.     object ProfileBtn: TUiBitBtn
  80.       Left = 8
  81.       Top = 24
  82.       Width = 89
  83.       Caption = 'Profile'
  84.       TabOrder = 0
  85.       OnClick = ProfileClick
  86.       ImageIndex = imgDropDown
  87.       Images = BcImages.MainImages
  88.       Layout = blImageRight
  89.     end
  90.     object ProtocolEdit: TUiComboBox
  91.       Left = 104
  92.       Top = 24
  93.       Width = 174
  94.       Height = 21
  95.       Style = csDropDownList
  96.       ItemHeight = 13
  97.       TabOrder = 1
  98.       OnChange = ProtocolEditChange
  99.     end
  100.     object PortEdit: TUiNumEdit
  101.       Left = 286
  102.       Top = 24
  103.       Width = 46
  104.       Height = 21
  105.       MaxLength = 5
  106.       TabOrder = 2
  107.       OnChange = DirNameEditChange
  108.     end
  109.     object HostEdit: TUiEdit
  110.       Left = 8
  111.       Top = 64
  112.       Width = 324
  113.       Height = 21
  114.       TabOrder = 3
  115.       OnChange = DirNameEditChange
  116.     end
  117.     object AnonymousEdit: TUiCheckBox
  118.       Left = 8
  119.       Top = 92
  120.       Height = 17
  121.       Caption = '&Anonymous login'
  122.       TabOrder = 4
  123.       OnClick = AnonymousClick
  124.     end
  125.     object UsernameEdit: TUiEdit
  126.       Left = 8
  127.       Top = 128
  128.       Width = 160
  129.       Height = 21
  130.       TabOrder = 5
  131.       OnChange = UsernameEditChange
  132.     end
  133.     object PasswordEdit: TUiEdit
  134.       Left = 176
  135.       Top = 128
  136.       Width = 156
  137.       Height = 21
  138.       TabOrder = 6
  139.       OnChange = SomethingChangedClick
  140.       EchoMode = emPassword
  141.     end
  142.     object SavePasswordEdit: TUiCheckBox
  143.       Left = 176
  144.       Top = 152
  145.       Height = 17
  146.       Caption = '&Save password'
  147.       TabOrder = 7
  148.       OnClick = SomethingChangedClick
  149.     end
  150.     object PathEdit: TUiEdit
  151.       Left = 8
  152.       Top = 184
  153.       Width = 161
  154.       Height = 21
  155.       TabOrder = 8
  156.       OnChange = PathEditChange
  157.     end
  158.     object BrowseBtn: TUiButton
  159.       Left = 176
  160.       Top = 184
  161.       Width = 156
  162.       Caption = 'Connect && &Browse'
  163.       TabOrder = 9
  164.       OnClick = BrowseClick
  165.     end
  166.   end
  167.   object TreeView: TUiTreeView
  168.     Left = 8
  169.     Top = 217
  170.     Width = 348
  171.     Height = 195
  172.     Align = alClient
  173.     HideSelection = False
  174.     ReadOnly = True
  175.     TabOrder = 1
  176.     OnChange = TreeViewChange
  177.     OnDeletion = TreeViewDeletion
  178.     OnExpanding = TreeViewExpanding
  179.     OnGetImageIndex = TreeViewGetImageIndex
  180.     AllowUnselected = True
  181.   end
  182.   object ProfilePopup: TUiPopupMenu
  183.     Left = 8
  184.     Top = 8
  185.   end
  186.   object BrowseTimer: TTimer
  187.     Enabled = False
  188.     Interval = 100
  189.     OnTimer = BrowseTimerTimer
  190.     Left = 40
  191.     Top = 8
  192.   end
  193. end
  194.